
@media only screen and (min-width : 1224px){

.LNotice {
    margin-left: 640px;
    margin-right: auto;
    background-color: white;
    padding-bottom: 55px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 7px;
    margin-bottom: -58px;
    margin-top: -144px;
    display: inline-block;
}

.LegalNotice {
    margin-top: -144px;
}

.shippingimg {
    width: 477px;
    padding-top: 59px;
}
/*shadows */

.shadow-left {
    background: radial-gradient(ellipse at 100% 0, rgba(65, 65, 65, 0.35) 2%, rgba(59, 59, 59, 0.15) 23%, rgba(79, 79, 79, 0) 70%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0 transparent;
    display: list-item;
    position: relative;
    width: 640px;
    margin-top: -20px;
}
.shadow-right {
    background: radial-gradient(ellipse at 0 0, rgba(65, 65, 65, 0.35) 2%, rgba(59, 59, 59, 0.15) 23%, rgba(79, 79, 79, 0) 70%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0 transparent;
    display: list-item;
    width: 674px;
    float: right;
    margin-top: -20px;
}

}

@media only screen and (max-width : 900px)
{

.shippingimg {
    width: 477px;
    padding-top: 59px;
}
p {
    max-width: 375px;
}




@media only screen and (max-width : 460px)
{

.shippingimg {
    width: 477px;
    padding-top: 59px;
}

p {
    max-width: 335px;
}